html {
	overflow: auto;
	height: 100%;
}
body {
	margin:0 auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#000;
}
#flash {
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	min-width:870px;
	min-height:700px;
	position:absolute;
	_height: expression(document.body.clientHeight < 700 ? "700px" : "auto");
	_width: expression(document.body.clientWidth < 870 ? "870px" : "auto");
	_position:fixed;
}

#noflash{
	position:relative;
	margin-top:40px;
}
